Whitelabel Pay SDK
Toggle table of contents
1.1.14
Whitelabel Pay SDK
Platform filter
Whitelabel Pay SDK
Switch theme
Search in API
Whitelabel Pay SDK
Whitelabel Pay SDK
/
com.paymenttools.paymenttoolssdk.data.model.paymentmean
Package-level
declarations
Types
Types
Payment
Mean
Link copied to clipboard
@
Serializable
data
class
PaymentMean
(
val
id
:
String
,
val
created
:
Instant
,
val
alias
:
String
,
val
cardExpiry
:
YearMonth
,
val
active
:
Boolean
,
val
state
:
PaymentMeanState
)
Payment Mean data structure
Payment
Mean
State
Link copied to clipboard
enum
PaymentMeanState
:
Enum
<
PaymentMeanState
>